@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}


/* left_nav */

.left_nav {
    width: 246px;
    background: #fff;
    border-right: none;
}

.left_nav dl dd {
    height: 49px;
    position: relative;
}

.left_nav dl dd .nav_right {
    width: 300px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 120px;
    top: 0px;
    padding: 0px 5px 10px 5px;
    background: #fff;
    display: none;
    border: 1px solid #ccc;
}

.left_nav dl dd .nav_right a {
    width: 110px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #666;
    padding-left: 40px;
    background: url(../images/nav_right_bg.png) no-repeat 20px center;
    display: block;
    float: left;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.left_nav dl dd a.nav_left {
    height: 49px;
    line-height: 46px;
    background: #dfdfdf;
    padding-left: 41px;
    display: block;
    border-bottom: 1px solid #fff;
    color: #3C4347;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-top: 2px;
    font-size: 16px;
    color: #333
}

.left_nav dl dd a.nav_left:hover {
    background: #B50000;
    color: #fff;
    text-decoration: none;
}
.left_nav dd ul{display: none;}
.left_nav dd:hover ul{display: block;}
.xiugai_ck{
	
    width: 118px;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
    border: solid 1px #a0a0a0;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    height: 31px;
    line-height: 29px;
}